home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 12 - 1996 / 12.12 Dec 96 / Async I⁄O Code / Sources / scanners.h < prev   
Encoding:
Text File  |  1996-03-10  |  245 b   |  16 lines  |  [TEXT/CWIE]

  1. // File: scanners.h
  2.  
  3. #ifndef __FILES__
  4.     #include <Files.h>
  5. #endif
  6.  
  7. #ifndef _STDIO
  8.     #include <stdio.h>
  9. #endif
  10.  
  11.  
  12. int countChars(FSSpecPtr fsp);
  13. int countCharsFS(FSSpecPtr fsp);
  14. int countCharsFS2(FSSpecPtr fsp);
  15. int countCharsAsync(FSSpecPtr fsp);
  16.